home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
wb
/
czesc_4
/
windowkey
/
errormsg
/
install
/
installerrormsg
next >
Wrap
Text File
|
1994-12-23
|
1KB
|
49 lines
echo "
Welcome to the ErrorMsg.library installation script.*N
"
version >NIL: exec.library 37
IF WARN
echo "You need
Kickstart 2.04
to use errormsg.library, sorry !"
skip Exit
ENDIF
echo "Currently installed version:
"
version errormsg.library FULL FILE
echo "*N
Do you want to copy "
echo "
errormsg.library 4.01
"
ask "into your LIBS: directory ?"
IF NOT WARN
echo "*NCopying..." NOLINE
copy /Libs/errormsg.library to LIBS:
echo "Done."
ENDIF
echo "*NFor errormsg.library to operate in your language, I must copy"
echo "a catalog file to your system disk for each language supported"
echo "(except for english, which is the builtin language).*N"
ask "Copy the
french (français)
catalog file ?"
IF WARN
echo "*NCopying..." NOLINE
copy /Catalogs/Français/errormsg.catalog to LOCALE:Catalogs/Français/errormsg.catalog
echo "Done."
ENDIF
echo "*NI advice you to copy the script file ERMID.rexx into your"
echo "REXX: directory. This way, whenever you use errormsg's ARexx"
echo "capacities, you can replace the strange numbers with meaningful"
echo "symbols..."
ask "Copy the
ERMID.rexx
arexx script to REXX: ?"
IF WARN
echo "*NCopying..." NOLINE
copy /Rexx/ERMID.rexx to REXX:ERMID.rexx
echo "Done."
ENDIF
echo "*NAll done."
Lab Exit
Quit